# MPLAB IDE generated this makefile for use with Microsoft `nmake'.
# Project: cubo.mcp
# Date: Thu Apr 16 18:36:31 2009

AS = MPASMWIN.exe
CC = mcc18.exe
LD = mplink.exe
AR = mplib.exe
RM = del

"cubo.cod" : 
	$(AS) /q /p16F877A "cubo.asm" /l"cubo.lst" /e"cubo.err" /d__DEBUG=1

"clean" : 
	$(RM) "cubo.cod" "cubo.hex" "cubo.err" "cubo.lst"

